.shadow{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.template-content {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-size:0;
}

.template-content > * {
    font-size:16px;
}

.template-content .template-content-header {
    background-color: #55ABE6;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    font-size: 20px;
    box-sizing: border-box;
    color: #fff;
}

.template-content .template-content-text {
    font-size: 16px;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.template-content .template-content-text .section-list {
    display: inline-block;;
    float: right;
    text-align: right;
    vertical-align: top;
    max-width: 400px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 0px;
    min-width: 100px;
}

.template-content .template-content-text .section-list ul {
    background-color: #e6eff5;
    display: inline-block;
    list-style-type: square;
    text-align: left;
    margin: 0;
    padding: 10px 10px 10px 30px;
}

.template-content .template-content-text .section-list ul li {
    color: #0b4e7a;
}

.template-content .template-content-text .section-image{
    float: left;
    max-width: 250px;
}

.template-content .template-content-text .section-image{
    margin-right: 15px;
}

.template-content .template-content-text .section-image img{
    padding-right: 10px;
    padding-bottom:10px;
    max-width: 100%;
}

.template-content .template-content-text p:first-child {
    margin-top: 0;
    box-sizing: border-box;
}

.template-content + .template-content {
    margin-top: 10px;
}

@media only screen and (max-width: 1000px) {
    .site-body .template-content .template-content-text .section-list{
        width: 100%;
        max-width:100%;
        margin-bottom: 10px;
        display: block;
        padding:0;
    }

    .site-body .template-content .template-content-text .section-list ul {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .site-body .template-content .template-content-text .section-image {
        display: block;
        width: 100%;
        max-width: 100%;
    }
}
